home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMFIND / TFRMFIND.txt < prev   
Text File  |  2003-07-29  |  12KB  |  516 lines

  1. object FrmFind: TFrmFind
  2.   Left = 383
  3.   Top = 283
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Search Messages'
  7.   ClientHeight = 386
  8.   ClientWidth = 564
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object PnlTop: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 297
  27.     Height = 343
  28.     Align = alLeft
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object Label6: TLabel
  32.       Left = 13
  33.       Top = 66
  34.       Width = 38
  35.       Height = 16
  36.       Caption = 'for text'
  37.     end
  38.     object Label8: TLabel
  39.       Left = 9
  40.       Top = 40
  41.       Width = 43
  42.       Height = 16
  43.       Caption = 'Search'
  44.     end
  45.     object Label12: TLabel
  46.       Left = 33
  47.       Top = 10
  48.       Width = 235
  49.       Height = 16
  50.       Caption = 'Find messages that match the following:'
  51.     end
  52.     object Image1: TImage
  53.       Left = 8
  54.       Top = 10
  55.       Width = 16
  56.       Height = 16
  57.       AutoSize = True
  58.       Picture.Data = {<image000.bmp>}
  59.       Transparent = True
  60.     end
  61.     object Image2: TImage
  62.       Left = 8
  63.       Top = 116
  64.       Width = 16
  65.       Height = 16
  66.       AutoSize = True
  67.       Picture.Data = {<image001.bmp>}
  68.       Transparent = True
  69.     end
  70.     object Image3: TImage
  71.       Left = 26
  72.       Top = 116
  73.       Width = 16
  74.       Height = 16
  75.       AutoSize = True
  76.       Picture.Data = {<image002.bmp>}
  77.       Transparent = True
  78.     end
  79.     object cbFindHeader: TElAdvancedComboBox
  80.       Left = 88
  81.       Top = 36
  82.       Width = 199
  83.       Height = 22
  84.       AutoCompletion = True
  85.       DropDownCount = 22
  86.       Flat = False
  87.       HandleDialogKeys = False
  88.       HorizontalScroll = False
  89.       ItemIndex = -1
  90.       ItemHeight = 16
  91.       Style = csOwnerDrawVariable
  92.       TabOrder = 0
  93.       OnChange = cbFindHeaderChange
  94.       OnDrawItem = cbFindHeaderDrawItem
  95.       OnMeasureItem = cbFindHeaderMeasureItem
  96.     end
  97.     object cbFindText: TElAdvancedComboBox
  98.       Left = 88
  99.       Top = 62
  100.       Width = 199
  101.       Height = 24
  102.       AutoCompletion = True
  103.       Flat = False
  104.       HandleDialogKeys = False
  105.       HorizontalScroll = False
  106.       ItemIndex = -1
  107.       ItemHeight = 16
  108.       TabOrder = 1
  109.     end
  110.     object cbFindCase: TElCheckBox
  111.       Left = 89
  112.       Top = 89
  113.       Width = 128
  114.       Height = 20
  115.       Cursor = crDefault
  116.       Checked = True
  117.       Flat = True
  118.       State = cbChecked
  119.       Caption = '&Ignore letter case'
  120.       TabOrder = 2
  121.       Color = clBtnFace
  122.       ParentColor = False
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clBtnText
  125.       Font.Height = -13
  126.       Font.Name = 'MS Sans Serif'
  127.       Font.Style = []
  128.       ParentFont = False
  129.       DoubleBuffered = False
  130.     end
  131.     object cbRelate: TElAdvancedComboBox
  132.       Left = 48
  133.       Top = 112
  134.       Width = 220
  135.       Height = 24
  136.       AutoCompletion = False
  137.       Flat = False
  138.       HandleDialogKeys = False
  139.       HorizontalScroll = False
  140.       ItemIndex = 0
  141.       ItemHeight = 16
  142.       Style = csDropDownList
  143.       TabOrder = 3
  144.       Text = 'No additional conditions'
  145.       OnChange = cbRelateChange
  146.       Items.Strings = (
  147.         'No additional conditions'
  148.         'Do not find if'
  149.         'And if'
  150.         'Or if')
  151.     end
  152.     object PnlSearch2: TPanel
  153.       Left = 0
  154.       Top = 142
  155.       Width = 293
  156.       Height = 109
  157.       BevelOuter = bvNone
  158.       TabOrder = 4
  159.       object Image4: TImage
  160.         Left = 26
  161.         Top = 84
  162.         Width = 16
  163.         Height = 16
  164.         AutoSize = True
  165.         Picture.Data = {<image003.bmp>}
  166.         Transparent = True
  167.       end
  168.       object Image5: TImage
  169.         Left = 8
  170.         Top = 84
  171.         Width = 16
  172.         Height = 16
  173.         AutoSize = True
  174.         Picture.Data = {<image004.bmp>}
  175.         Transparent = True
  176.       end
  177.       object Label2: TLabel
  178.         Left = 9
  179.         Top = 8
  180.         Width = 43
  181.         Height = 16
  182.         Caption = 'Search'
  183.       end
  184.       object Label4: TLabel
  185.         Left = 13
  186.         Top = 34
  187.         Width = 38
  188.         Height = 16
  189.         Caption = 'for text'
  190.       end
  191.       object cbRelate2: TElAdvancedComboBox
  192.         Left = 48
  193.         Top = 80
  194.         Width = 220
  195.         Height = 24
  196.         AutoCompletion = False
  197.         Flat = False
  198.         HandleDialogKeys = False
  199.         HorizontalScroll = False
  200.         ItemIndex = 0
  201.         ItemHeight = 16
  202.         Style = csDropDownList
  203.         TabOrder = 3
  204.         Text = 'No additional conditions'
  205.         OnChange = cbRelate2Change
  206.         Items.Strings = (
  207.           'No additional conditions'
  208.           'Do not find if'
  209.           'And if'
  210.           'Or if')
  211.       end
  212.       object cbFindCase2: TElCheckBox
  213.         Left = 89
  214.         Top = 57
  215.         Width = 128
  216.         Height = 20
  217.         Cursor = crDefault
  218.         Checked = True
  219.         Flat = True
  220.         State = cbChecked
  221.         Caption = 'Ignore letter case'
  222.         TabOrder = 2
  223.         Color = clBtnFace
  224.         ParentColor = False
  225.         Font.Charset = DEFAULT_CHARSET
  226.         Font.Color = clBtnText
  227.         Font.Height = -13
  228.         Font.Name = 'MS Sans Serif'
  229.         Font.Style = []
  230.         ParentFont = False
  231.         DoubleBuffered = False
  232.       end
  233.       object cbFindText2: TElAdvancedComboBox
  234.         Left = 88
  235.         Top = 30
  236.         Width = 199
  237.         Height = 24
  238.         AutoCompletion = True
  239.         Flat = False
  240.         HandleDialogKeys = False
  241.         HorizontalScroll = False
  242.         ItemIndex = -1
  243.         ItemHeight = 16
  244.         TabOrder = 1
  245.       end
  246.       object cbFindHeader2: TElAdvancedComboBox
  247.         Left = 88
  248.         Top = 4
  249.         Width = 199
  250.         Height = 22
  251.         AutoCompletion = True
  252.         DropDownCount = 22
  253.         Flat = False
  254.         HandleDialogKeys = False
  255.         HorizontalScroll = False
  256.         ItemIndex = -1
  257.         ItemHeight = 16
  258.         Style = csOwnerDrawVariable
  259.         TabOrder = 0
  260.         OnChange = cbFindHeaderChange
  261.         OnDrawItem = cbFindHeaderDrawItem
  262.         OnMeasureItem = cbFindHeaderMeasureItem
  263.       end
  264.     end
  265.     object PnlSearch3: TPanel
  266.       Left = 0
  267.       Top = 251
  268.       Width = 293
  269.       Height = 84
  270.       BevelOuter = bvNone
  271.       TabOrder = 5
  272.       object Label9: TLabel
  273.         Left = 9
  274.         Top = 8
  275.         Width = 43
  276.         Height = 16
  277.         Caption = 'Search'
  278.       end
  279.       object Label10: TLabel
  280.         Left = 13
  281.         Top = 34
  282.         Width = 38
  283.         Height = 16
  284.         Caption = 'for text'
  285.       end
  286.       object cbFindCase3: TElCheckBox
  287.         Left = 89
  288.         Top = 57
  289.         Width = 128
  290.         Height = 20
  291.         Cursor = crDefault
  292.         Checked = True
  293.         Flat = True
  294.         State = cbChecked
  295.         Caption = 'Ignore letter case'
  296.         TabOrder = 2
  297.         Color = clBtnFace
  298.         ParentColor = False
  299.         Font.Charset = DEFAULT_CHARSET
  300.         Font.Color = clBtnText
  301.         Font.Height = -13
  302.         Font.Name = 'MS Sans Serif'
  303.         Font.Style = []
  304.         ParentFont = False
  305.         DoubleBuffered = False
  306.       end
  307.       object cbFindText3: TElAdvancedComboBox
  308.         Left = 88
  309.         Top = 30
  310.         Width = 199
  311.         Height = 24
  312.         AutoCompletion = True
  313.         Flat = False
  314.         HandleDialogKeys = False
  315.         HorizontalScroll = False
  316.         ItemIndex = -1
  317.         ItemHeight = 16
  318.         TabOrder = 1
  319.       end
  320.       object cbFindHeader3: TElAdvancedComboBox
  321.         Left = 88
  322.         Top = 4
  323.         Width = 199
  324.         Height = 22
  325.         AutoCompletion = True
  326.         DropDownCount = 22
  327.         Flat = False
  328.         HandleDialogKeys = False
  329.         HorizontalScroll = False
  330.         ItemIndex = -1
  331.         ItemHeight = 16
  332.         Style = csOwnerDrawVariable
  333.         TabOrder = 0
  334.         OnChange = cbFindHeaderChange
  335.         OnDrawItem = cbFindHeaderDrawItem
  336.         OnMeasureItem = cbFindHeaderMeasureItem
  337.       end
  338.     end
  339.   end
  340.   object PnlMid: TPanel
  341.     Left = 297
  342.     Top = 0
  343.     Width = 267
  344.     Height = 343
  345.     Align = alClient
  346.     BevelOuter = bvNone
  347.     TabOrder = 1
  348.     object Label1: TLabel
  349.       Left = 13
  350.       Top = 54
  351.       Width = 133
  352.       Height = 16
  353.       Caption = 'Perform the search on:'
  354.     end
  355.     object LblSpeed: TLabel
  356.       Left = 12
  357.       Top = 23
  358.       Width = 149
  359.       Height = 16
  360.       Caption = 'Estimated search speed:'
  361.     end
  362.     object Bevel1: TBevel
  363.       Left = 0
  364.       Top = 0
  365.       Width = 5
  366.       Height = 343
  367.       Align = alLeft
  368.       Shape = bsLeftLine
  369.     end
  370.     object LblCurrent: TLabel
  371.       Left = 152
  372.       Top = 190
  373.       Width = 5
  374.       Height = 16
  375.       Font.Charset = DEFAULT_CHARSET
  376.       Font.Color = clWindowText
  377.       Font.Height = -13
  378.       Font.Name = 'MS Sans Serif'
  379.       Font.Style = [fsBold]
  380.       ParentFont = False
  381.     end
  382.     object Label3: TLabel
  383.       Left = 22
  384.       Top = 190
  385.       Width = 117
  386.       Height = 16
  387.       Caption = 'Currently searching:'
  388.     end
  389.     object LblNumber: TLabel
  390.       Left = 152
  391.       Top = 216
  392.       Width = 5
  393.       Height = 16
  394.       Font.Charset = DEFAULT_CHARSET
  395.       Font.Color = clWindowText
  396.       Font.Height = -13
  397.       Font.Name = 'MS Sans Serif'
  398.       Font.Style = [fsBold]
  399.       ParentFont = False
  400.     end
  401.     object Label5: TLabel
  402.       Left = 22
  403.       Top = 216
  404.       Width = 108
  405.       Height = 16
  406.       Caption = 'Message number:'
  407.     end
  408.     object LblFound: TLabel
  409.       Left = 152
  410.       Top = 243
  411.       Width = 5
  412.       Height = 16
  413.       Font.Charset = DEFAULT_CHARSET
  414.       Font.Color = clWindowText
  415.       Font.Height = -13
  416.       Font.Name = 'MS Sans Serif'
  417.       Font.Style = [fsBold]
  418.       ParentFont = False
  419.       Visible = False
  420.     end
  421.     object Label7: TLabel
  422.       Left = 22
  423.       Top = 243
  424.       Width = 41
  425.       Height = 16
  426.       Caption = 'Found:'
  427.       Visible = False
  428.     end
  429.     object cbSearchAll: TElRadioButton
  430.       Left = 28
  431.       Top = 78
  432.       Width = 104
  433.       Height = 20
  434.       Cursor = crDefault
  435.       Caption = '&all mailboxes'
  436.       TabOrder = 0
  437.       DoubleBuffered = False
  438.     end
  439.     object cbSearchCurrent: TElRadioButton
  440.       Left = 28
  441.       Top = 100
  442.       Width = 115
  443.       Height = 20
  444.       Cursor = crDefault
  445.       Caption = 'c&urrent mailbox'
  446.       TabOrder = 1
  447.       DoubleBuffered = False
  448.     end
  449.     object cbSearchFolder: TElRadioButton
  450.       Left = 28
  451.       Top = 122
  452.       Width = 200
  453.       Height = 20
  454.       Cursor = crDefault
  455.       Caption = 'current and &nested mailboxes'
  456.       TabOrder = 2
  457.       DoubleBuffered = False
  458.     end
  459.     object cbEmpty: TElCheckBox
  460.       Left = 16
  461.       Top = 156
  462.       Width = 204
  463.       Height = 20
  464.       Cursor = crDefault
  465.       Caption = '&Empty previous search results'
  466.       TabOrder = 3
  467.       DoubleBuffered = False
  468.     end
  469.   end
  470.   object PnlBottom: TPanel
  471.     Left = 0
  472.     Top = 343
  473.     Width = 564
  474.     Height = 43
  475.     Align = alBottom
  476.     BevelOuter = bvNone
  477.     TabOrder = 2
  478.     DesignSize = (
  479.       564
  480.       43)
  481.     object BtnCancel: TButton
  482.       Left = 371
  483.       Top = 3
  484.       Width = 90
  485.       Height = 33
  486.       Anchors = [akTop, akRight]
  487.       Cancel = True
  488.       Caption = 'Cancel'
  489.       TabOrder = 0
  490.       OnClick = BtnCancelClick
  491.     end
  492.     object BtnClose: TButton
  493.       Left = 465
  494.       Top = 3
  495.       Width = 90
  496.       Height = 33
  497.       Anchors = [akTop, akRight]
  498.       Cancel = True
  499.       Caption = '&Close'
  500.       TabOrder = 1
  501.       OnClick = BtnCloseClick
  502.     end
  503.     object BtnFind: TButton
  504.       Left = 240
  505.       Top = 3
  506.       Width = 123
  507.       Height = 33
  508.       Cancel = True
  509.       Caption = '&Search'
  510.       Default = True
  511.       TabOrder = 2
  512.       OnClick = BtnFindClick
  513.     end
  514.   end
  515. end
  516.